Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Spring WebService - 421 results found.
NameDescriptionTypePackageFramework
AbstractActionEndpointMappingAbstract base class for WS-Addressing Action-mapped EndpointMappingBy default, this mapping creates a Action for reply messages based on the request message, plus theClassorg.springframework.ws.soap.addressing.serverSpring WebService
AbstractActionMethodEndpointMappingAbstract base class for WS-Addressing Action-mapped EndpointMappingSince:1.Classorg.springframework.ws.soap.addressing.serverSpring WebService
AbstractAddressingEndpointMappingAbstract base class for EndpointMapping implementations that handle WS-Addressing.Classorg.springframework.ws.soap.addressing.serverSpring WebService
AbstractAddressingVersionAbstract base class for AddressingVersion implementations.Classorg.springframework.ws.soap.addressing.versionSpring WebService
AbstractAnnotationMethodEndpointMappingAbstract base for EndpointMapping implementations that map classes tagged withan annotation.Classorg.springframework.ws.server.endpoint.mappingSpring WebService
AbstractAsyncStandaloneMessageReceiverAbstract base class for asynchronous standalone, server-side transport objects.Classorg.springframework.ws.transport.supportSpring WebService
AbstractCachingDestinationProviderAbstract base class for DestinationProvider implementations that cache destination URI.Classorg.springframework.ws.client.support.destinationSpring WebService
AbstractCallbackHandlerAbstract implementation of a CallbackHandler.Classorg.springframework.ws.soap.security.callbackSpring WebService
AbstractDom4jPayloadEndpointAbstract base class for endpoints that handle the message payload as dom4j elements.Classorg.springframework.ws.server.endpointSpring WebService
AbstractDomPayloadEndpointAbstract base class for endpoints that handle the message payload as DOM elements.Classorg.springframework.ws.server.endpointSpring WebService
AbstractEndpointExceptionResolverAbstract base class for EndpointExceptionResolvers.Classorg.springframework.ws.server.endpointSpring WebService
AbstractEndpointMappingAbstract base class for EndpointMapping implementations.Classorg.springframework.ws.server.endpoint.mappingSpring WebService
AbstractFaultCreatingValidatingInterceptorSubclass of AbstractValidatingInterceptor that creates a SOAP Fault whenever the request message cannotbe validated.Classorg.springframework.ws.soap.server.endpoint.interceptorSpring WebService
AbstractFaultCreatingValidatingMarshallingPayloadEndpointExtension of the AbstractValidatingMarshallingPayloadEndpoint which validates the request payload with Validator(s), and creates a SOAP Fault whenever the request message cannot be validated.Classorg.springframework.ws.soap.server.endpointSpring WebService
AbstractHttpSenderConnectionAbstract base class for WebServiceConnection implementations that send request over HTTP.Classorg.springframework.ws.transport.httpSpring WebService
AbstractHttpWebServiceMessageSenderAbstract base class for WebServiceMessageSender implementations that useSince:1.Classorg.springframework.ws.transport.httpSpring WebService
AbstractJaasValidationCallbackHandlerAbstract base class for integrating with JAAS.Classorg.springframework.ws.soap.security.xwss.callback.jaasSpring WebService
AbstractJaxb2PayloadMethodProcessorAbstract base class for MethodArgumentResolver and MethodReturnValueHandler implementations that use JAXB2.Classorg.springframework.ws.server.endpoint.adapter.method.jaxbSpring WebService
AbstractJDomPayloadEndpointAbstract base class for endpoints that handle the message payload as JDOM elements.Classorg.springframework.ws.server.endpointSpring WebService
AbstractLoggingInterceptorAbstract base class for EndpointInterceptor instances that log a part of aWebServiceMessage.Classorg.springframework.ws.server.endpointSpring WebService
AbstractMapBasedEndpointMappingAbstract base class for endpoint mapping that are based on a Map.Classorg.springframework.ws.server.endpoint.mappingSpring WebService
AbstractMarshallingPayloadEndpointEndpoint that unmarshals the request payload, and marshals the response object.Classorg.springframework.ws.server.endpointSpring WebService
AbstractMessageContextAbstract base class for MessageContext instances.Classorg.springframework.ws.contextSpring WebService
AbstractMessageCreatorAbstract base class for the WebServiceMessageCreator interface.Classorg.springframework.ws.test.support.creatorSpring WebService
AbstractMethodEndpointAdapterAbstract base class for EndpointAdapter implementations that support MethodEndpoints.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
AbstractMethodEndpointMappingAbstract base class for MethodEndpoint mappings.Classorg.springframework.ws.server.endpoint.mappingSpring WebService
AbstractMimeMessageAbstract implementation of the MimeMessage interface.Classorg.springframework.ws.mimeSpring WebService
AbstractMonitoringStrategyAbstract base class for the MonitoringStrategy interface.Classorg.springframework.ws.transport.mail.monitorSpring WebService
AbstractPayloadMethodProcessorAbstract base class for MethodArgumentResolver and MethodReturnValueHandler implementations based onRequestPayload and ResponsePayload annotations.Classorg.springframework.ws.server.endpoint.adapter.methodSpring WebService
AbstractPayloadSourceMethodProcessorAbstract base class for MethodArgumentResolver and MethodReturnValueHandler implementations based onSince:2.Classorg.springframework.ws.server.endpoint.adapter.methodSpring WebService
AbstractPortTypesProviderAbstract base class for PortTypesProvider implementations.Classorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
AbstractQNameEndpointMappingAbstract base class for EndpointMappings that resolve qualified names as registration keys.Classorg.springframework.ws.server.endpoint.mappingSpring WebService
AbstractReceiverConnectionAbstract base class for WebServiceConnection implementations used for receiving requests.Classorg.springframework.ws.transportSpring WebService
AbstractSaxPayloadEndpointAbstract base class for endpoints that handle the message payload with a SAX ContentHandler.Classorg.springframework.ws.server.endpointSpring WebService
AbstractSenderConnectionAbstract base class for WebServiceConnection implementations used for sending requests.Classorg.springframework.ws.transportSpring WebService
AbstractSoapFaultDefinitionExceptionResolverAbstract base class for SOAP-based EndpointExceptionResolver implementations that depend on SoapFaultDefinition.Classorg.springframework.ws.soap.server.endpointSpring WebService
AbstractSoapMessageAbstract implementation of the SoapMessage interface.Classorg.springframework.ws.soapSpring WebService
AbstractSoapMessageMatcherAbstract base class for SOAP-specific WebServiceMessageMatcher implementations.Classorg.springframework.ws.test.support.matcherSpring WebService
AbstractStandaloneMessageReceiverAbstract base class for standalone, server-side transport objects.Classorg.springframework.ws.transport.supportSpring WebService
AbstractStaxEventPayloadEndpointAbstract base class for endpoints that handle the message payload with event-based StAX.Classorg.springframework.ws.server.endpointSpring WebService
AbstractStaxPayloadEndpointAbstract base class for endpoints use StAX.Classorg.springframework.ws.server.endpointSpring WebService
AbstractStaxStreamPayloadEndpointAbstract base class for endpoints that handle the message payload with streaming StAX.Classorg.springframework.ws.server.endpointSpring WebService
AbstractValidatingInterceptorAbstract base class for ClientInterceptor implementations that validate part of the message using a schema.Classorg.springframework.ws.client.support.interceptorSpring WebService
AbstractValidatingInterceptorAbstract base class for EndpointInterceptor implementations that validate part of the message using aschema.Classorg.springframework.ws.server.endpoint.interceptorSpring WebService
AbstractValidatingMarshallingPayloadEndpointExtension of the AbstractMarshallingPayloadEndpoint which validates the request payload with Validator(s).Classorg.springframework.ws.server.endpointSpring WebService
AbstractWebServiceConnectionAbstract base class for WebServiceConnection implementations.Classorg.springframework.ws.transportSpring WebService
AbstractWsPasswordCallbackHandlerAbstract base class for CallbackHandler implementations that handle WSPasswordCallback callbacks.Classorg.springframework.ws.soap.security.wss4j.callbackSpring WebService
AbstractWsSecurityInterceptorInterceptor base class for interceptors that handle WS-Security.Classorg.springframework.ws.soap.securitySpring WebService
AbstractXmlReaderAbstract base class for SAX XMLReader implementations.Classorg.springframework.xml.saxSpring WebService
AbstractXomPayloadEndpointAbstract base class for endpoints that handle the message payload as XOM elements.Classorg.springframework.ws.server.endpointSpring WebService
AbstractXPathTemplateAbstract base class for implementations of XPathOperations.Classorg.springframework.xml.xpathSpring WebService
ActionMarks an endpoint method as the handler for an incoming request.Classorg.springframework.ws.soap.addressing.server.annotationSpring WebService
ActionCallbackWebServiceMessageCallback implementation that sets the WS-Addressing Action header on theA usage example with WebServiceTemplate:Classorg.springframework.ws.soap.addressing.clientSpring WebService
AddressMarks an endpoint with a WS-Addressing Address.Classorg.springframework.ws.soap.addressing.server.annotationSpring WebService
Addressing10Communication Foundation (WCF), and supported by Axis 1 and 2.Classorg.springframework.ws.soap.addressing.versionSpring WebService
Addressing200408Microsoft's Web Services Enhancements (WSE) 3.Classorg.springframework.ws.soap.addressing.versionSpring WebService
AddressingExceptionException thrown in case on WS-Addressing errors.Classorg.springframework.ws.soap.addressingSpring WebService
AddressingVersionDefines the contract for a specific version of the WS-Addressing specification.Interfaceorg.springframework.ws.soap.addressing.versionSpring WebService
AnnotationActionEndpointMapping@Action annotation to map methods to a WS-Addressing Action header.Classorg.springframework.ws.soap.addressing.serverSpring WebService
AssertionErrorsJUnit independent assertion class.Classorg.springframework.ws.test.supportSpring WebService
AttachmentRepresents an attachment to a MimeMessageSince:1.Interfaceorg.springframework.ws.mimeSpring WebService
AttachmentExceptionException thrown when a MIME attachment could not be accessed.Classorg.springframework.ws.mimeSpring WebService
AxiomAttachmentExceptionClassorg.springframework.ws.soap.axiomSpring WebService
AxiomSoapBodyExceptionClassorg.springframework.ws.soap.axiomSpring WebService
AxiomSoapElementExceptionClassorg.springframework.ws.soap.axiomSpring WebService
AxiomSoapEnvelopeExceptionClassorg.springframework.ws.soap.axiomSpring WebService
AxiomSoapFaultExceptionClassorg.springframework.ws.soap.axiomSpring WebService
AxiomSoapHeaderExceptionClassorg.springframework.ws.soap.axiomSpring WebService
AxiomSoapMessageAXIOM-specific implementation of the SoapMessage interface.Classorg.springframework.ws.soap.axiomSpring WebService
AxiomSoapMessageCreationExceptionClassorg.springframework.ws.soap.axiomSpring WebService
AxiomSoapMessageExceptionClassorg.springframework.ws.soap.axiomSpring WebService
AxiomSoapMessageFactoryAxiom-specific implementation of the WebServiceMessageFactoryinterface.Classorg.springframework.ws.soap.axiomSpring WebService
AxiomUtilsCollection of generic utility methods to work with Axiom.Classorg.springframework.ws.soap.axiom.supportSpring WebService
BindingsProviderStrategy for adding Bindings to a Definition.Interfaceorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
CallbackHandlerChainRepresents a chain of CallbackHandlers.Classorg.springframework.ws.soap.security.callbackSpring WebService
CleanupCallbackUnderlying security services instantiate and pass a CleanupCallback to the handle method ofa CallbackHandler to clean up security state.Classorg.springframework.ws.soap.security.callbackSpring WebService
ClientInterceptorWorkflow interface that allows for customized client-side message interception.Interfaceorg.springframework.ws.client.support.interceptorSpring WebService
CommonsHttpConnectionClassorg.springframework.ws.transport.httpSpring WebService
CommonsHttpMessageSenderWebServiceMessageSender implementation that uses JakartaCommons HttpClient to execute POST requests.Classorg.springframework.ws.transport.httpSpring WebService
CommonsXsdSchemaClassorg.springframework.xml.xsd.commonsSpring WebService
CommonsXsdSchemaCollectionSetting the inline flag to true will result in all referenced schemas(included and imported) being merged into the referred schema.Classorg.springframework.xml.xsd.commonsSpring WebService
CommonsXsdSchemaExceptionCommons XmlSchema version of the XsdSchemaException.Classorg.springframework.xml.xsd.commonsSpring WebService
CryptoFactoryBeanSpring factory bean for a WSS4J Crypto.Classorg.springframework.ws.soap.security.wss4j.supportSpring WebService
CryptographyCallbackHandlerDefault callback handler that handles cryptographic callback.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
DaoX509AuthoritiesPopulatorPopulates the X509 authorities via an UserDetailsService.Classorg.springframework.ws.soap.security.x509.populatorSpring WebService
DefaultConcretePartProviderDefault implementation of the BindingsProvider and ServicesProvider interfaces.Classorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
DefaultMessageContextDefault implementation of MessageContext.Classorg.springframework.ws.contextSpring WebService
DefaultMessagesProviderDefault implementation of the MessagesProvider.Classorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
DefaultMethodEndpointAdapterDefault extension of AbstractMethodEndpointAdapter with support for pluggable argument resolvers and return value handlers.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
DefaultStrategiesHelperHelper class for for loading default implementations of an interface.Classorg.springframework.ws.supportSpring WebService
DefaultTimestampValidatorA default implementation of a TimestampValidationCallback.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
DefaultTransportContextDefault implementation of the TransportContext interface.Classorg.springframework.ws.transport.contextSpring WebService
DefaultWsdl11DefinitionConvenient implementation of Wsdl11Definition that creates a SOAP 1.Classorg.springframework.ws.wsdl.wsdl11Spring WebService
DelegatingSmartEndpointInterceptorClassorg.springframework.ws.server.endpoint.interceptorSpring WebService
DelegatingSmartSoapEndpointInterceptorClassorg.springframework.ws.soap.server.endpoint.interceptorSpring WebService
DelegatingSoapEndpointMappingEndpointMapping implement that adds SOAP actors or roles to a delegate endpoint.Classorg.springframework.ws.soap.server.endpoint.mappingSpring WebService
DestinationProviderStrategy interface for providing a WebServiceTemplate destination URI atTypically implemented by providers that use WSDL, a UDDI registry, or some other form to determine the destinationInterfaceorg.springframework.ws.client.support.destinationSpring WebService
DestinationProvisionExceptionThrown by a DestinationProvider when it cannot provide a destination.Classorg.springframework.ws.client.support.destinationSpring WebService
DiffMatcherClassorg.springframework.ws.test.support.matcherSpring WebService
Dom4jPayloadMethodProcessorClassorg.springframework.ws.server.endpoint.adapter.method.domSpring WebService
DomContentHandlerSAX ContentHandler that transforms callback calls to DOM Nodes.Classorg.springframework.xml.domSpring WebService
DomPayloadMethodProcessorClassorg.springframework.ws.server.endpoint.adapter.method.domSpring WebService
DomPoxMessageClassorg.springframework.ws.pox.domSpring WebService
DomPoxMessageExceptionSpecific subclass of PoxMessageException for DOM Plain Old XML messages.Classorg.springframework.ws.pox.domSpring WebService
DomPoxMessageFactoryClassorg.springframework.ws.pox.domSpring WebService
EhCacheBasedX509UserCacheCaches User objects using a Spring IoC defined EHCACHE.Classorg.springframework.ws.soap.security.x509.cacheSpring WebService
EndpointIndicates that an annotated class is an Endpoint (e.Classorg.springframework.ws.server.endpoint.annotationSpring WebService
EndpointAdapterInterface that must be implemented for each endpoint type to handle a message request.Interfaceorg.springframework.ws.serverSpring WebService
EndpointAwareWebServiceConnectionSub-interface of WebServiceConnection that is aware of any server-side situations where an endpoint is notfound.Interfaceorg.springframework.ws.transportSpring WebService
EndpointExceptionResolverDefines the interface for objects than can resolve exceptions thrown during endpoint execution.Interfaceorg.springframework.ws.serverSpring WebService
EndpointInterceptorWorkflow interface that allows for customized endpoint invocation chains.Interfaceorg.springframework.ws.serverSpring WebService
EndpointInterceptorAdapterDefault implementation of the EndpointInterceptor interface, for simplified implementation ofpre-only/post-only interceptors.Classorg.springframework.ws.server.endpoint.interceptorSpring WebService
EndpointInvocationChainEndpoint invocation chain, consisting of an endpoint object and any preprocessing interceptors.Classorg.springframework.ws.serverSpring WebService
EndpointMappingDefines a mapping between message requests and endpoint objects.Interfaceorg.springframework.ws.serverSpring WebService
EndpointReferenceRepresents an Endpoint Reference, as defined in the WS-Addressing specification.Classorg.springframework.ws.soap.addressing.coreSpring WebService
EnumerationIteratorAdapts an Enumeration to follow the interface of Iterator.Classorg.springframework.ws.transport.supportSpring WebService
FaultAwareWebServiceConnectionSub-interface of WebServiceConnection that is aware of any Fault messages received.Interfaceorg.springframework.ws.transportSpring WebService
FaultAwareWebServiceMessageSub-interface of WebServiceMessage that can contain special Fault messages.Interfaceorg.springframework.wsSpring WebService
FaultCodeenum FaultCodeextends EnumEnumeration that represents the standard SOAP Fault codes for use with the JDK 1.Classorg.springframework.ws.soap.server.endpoint.annotationSpring WebService
FaultMessageResolverDefines the interface for objects than can resolve fault WebServiceMessages.Interfaceorg.springframework.ws.client.coreSpring WebService
GenericMarshallingMethodEndpointAdapterSubclass of MarshallingMethodEndpointAdapter that supports GenericMarshaller and GenericUnmarshaller.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
HttpComponentsConnectionClassorg.springframework.ws.transport.httpSpring WebService
HttpComponentsMessageSenderWebServiceMessageSender implementation that uses ApacheHttpClient to execute POST requests.Classorg.springframework.ws.transport.httpSpring WebService
HttpExchangeConnectionClassorg.springframework.ws.transport.httpSpring WebService
HttpServletConnectionClassorg.springframework.ws.transport.httpSpring WebService
HttpsTransportExceptionException that is thrown when an error occurs in the HTTP transport.Classorg.springframework.ws.transport.httpSpring WebService
HttpsUrlConnectionMessageSenderExtension of HttpUrlConnectionMessageSender that adds support for (self-signed) HTTPS certificates.Classorg.springframework.ws.transport.httpSpring WebService
HttpTransportConstantsDeclares HTTP-specific transport constants.Interfaceorg.springframework.ws.transport.httpSpring WebService
HttpTransportExceptionException that is thrown when an error occurs in the HTTP transport.Classorg.springframework.ws.transport.httpSpring WebService
HttpUrlConnectionClassorg.springframework.ws.transport.httpSpring WebService
HttpUrlConnectionMessageSenderWebServiceMessageSender implementation that uses standard J2SE facilities to execute POST requests,without support for HTTP authentication or advanced configuration options.Classorg.springframework.ws.transport.httpSpring WebService
ImapIdleMonitoringStrategyNote that this implementation is only suitable for use with IMAP servers which support the IDLE command.Classorg.springframework.ws.transport.mail.monitorSpring WebService
ImportsProviderStrategy for adding Imports to a Definition.Interfaceorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
InliningXsdSchemaTypesProviderClassorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
InvalidXmlExceptionException thrown when a WebServiceMessageFactory cannot parse the XML passed on toWebServiceMessageFactory.Classorg.springframework.wsSpring WebService
JaasCertificateValidationCallbackHandlerProvides basic support for integrating with JAAS and certificates.Classorg.springframework.ws.soap.security.xwss.callback.jaasSpring WebService
JaasPlainTextPasswordValidationCallbackHandlerProvides basic support for integrating with JAAS and plain text passwords.Classorg.springframework.ws.soap.security.xwss.callback.jaasSpring WebService
JaxbElementPayloadMethodProcessorClassorg.springframework.ws.server.endpoint.adapter.method.jaxbSpring WebService
JaxenXPathTemplateNamespaces can be set using the namespaces property.Classorg.springframework.xml.xpathSpring WebService
Jaxp13XPathTemplateNamespaces can be set using the namespaces property.Classorg.springframework.xml.xpathSpring WebService
JaxpVersionHelper class used to find the current version of JAXP.Classorg.springframework.xmlSpring WebService
JDomPayloadMethodProcessorClassorg.springframework.ws.server.endpoint.adapter.method.domSpring WebService
JmsMessageReceiverConvenience base class for JMS server-side transport objects.Classorg.springframework.ws.transport.jmsSpring WebService
JmsMessageSenderWebServiceMessageSender implementation that uses JMS Messages.Classorg.springframework.ws.transport.jmsSpring WebService
JmsReceiverConnectionThe response message type is equal to the request message type, i.Classorg.springframework.ws.transport.jmsSpring WebService
JmsSenderConnectionClassorg.springframework.ws.transport.jmsSpring WebService
JmsTransportConstantsDeclares JMS-specific transport constants.Interfaceorg.springframework.ws.transport.jmsSpring WebService
JmsTransportExceptionException that is thrown when an error occurs in the JMS transport.Classorg.springframework.ws.transport.jmsSpring WebService
JmsTransportUtilsCollection of utility methods to work with JMS transports.Classorg.springframework.ws.transport.jms.supportSpring WebService
KeyManagersFactoryBeanSpring factory bean for an array of KeyManagers.Classorg.springframework.ws.soap.security.supportSpring WebService
KeyStoreCallbackHandlerCallback handler that uses Java Security KeyStores to handle cryptographic callbacks.Classorg.springframework.ws.soap.security.wss4j.callbackSpring WebService
KeyStoreCallbackHandlerCallback handler that uses Java Security KeyStores to handle cryptographic callbacks.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
KeyStoreFactoryBeanSpring factory bean for a KeyStore.Classorg.springframework.ws.soap.security.supportSpring WebService
KeyStoreUtilsGeneric utility methods for dealing with KeyStore objects.Classorg.springframework.ws.soap.security.supportSpring WebService
LocationTransformerObjectSupportAbstract base class for WsdlDefinitionHandlerAdapter and XsdSchemaHandlerAdapter that transformsXSD and WSDL location attributes.Classorg.springframework.ws.transport.httpSpring WebService
MailMessageReceiverServer-side component for receiving email messages using JavaMail.Classorg.springframework.ws.transport.mailSpring WebService
MailMessageSenderWebServiceMessageSender implementation that uses Mail MimeMessages.Classorg.springframework.ws.transport.mailSpring WebService
MailReceiverConnectionrequest and response message.Classorg.springframework.ws.transport.mailSpring WebService
MailSenderConnectionrequest and response message.Classorg.springframework.ws.transport.mailSpring WebService
MailTransportConstantsDeclares Mail-specific transport constants.Interfaceorg.springframework.ws.transport.mailSpring WebService
MailTransportExceptionException that is thrown when an error occurs in the Mail transport.Classorg.springframework.ws.transport.mailSpring WebService
MailTransportUtilsCollection of utility methods to work with Mail transports.Classorg.springframework.ws.transport.mail.supportSpring WebService
MarshallingMethodEndpointAdapterAdapter that supports endpoint methods that use marshalling.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
MarshallingPayloadMethodProcessorand Unmarshaller to support marshalled objects.Classorg.springframework.ws.server.endpoint.adapter.methodSpring WebService
MarshallingUtilsHelper class for endpoints and endpoint mappings that use marshalling.Classorg.springframework.ws.supportSpring WebService
MessageAddressingPropertiesRepresents a set of Message Addressing Properties, as defined in the WS-Addressing specification.Classorg.springframework.ws.soap.addressing.coreSpring WebService
MessageContextContext holder for message requests.Interfaceorg.springframework.ws.contextSpring WebService
MessageContextMethodArgumentResolverClassorg.springframework.ws.server.endpoint.adapter.methodSpring WebService
MessageDispatcherCentral dispatcher for use within Spring-WS, dispatching Web service messages to registered endpoints.Classorg.springframework.ws.serverSpring WebService
MessageDispatcherServletServlet for simplified dispatching of Web service messages.Classorg.springframework.ws.transport.httpSpring WebService
MessageEndpointDefines the basic contract for Web Services interested in the entire message payload.Interfaceorg.springframework.ws.server.endpointSpring WebService
MessageEndpointAdapterAdapter to use a MessageEndpoint as the endpoint for a EndpointInvocationChain.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
MessageIdStrategyStrategy interface that encapsulates the creation and validation of WS-Addressing MessageIDs.Interfaceorg.springframework.ws.soap.addressing.messageidSpring WebService
MessageMethodEndpointAdapterAdapter that supports endpoint methods with message contexts.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
MessagesProviderStrategy for adding Messages to a Definition.Interfaceorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
MethodArgumentResolverStrategy interface used to resolve method parameters into arguments.Interfaceorg.springframework.ws.server.endpoint.adapter.methodSpring WebService
MethodEndpointRepresents a bean method that will be invoked as part of an incoming Web service message.Classorg.springframework.ws.server.endpointSpring WebService
MethodReturnValueHandlerStrategy interface used to handle method return values.Interfaceorg.springframework.ws.server.endpoint.adapter.methodSpring WebService
MimeMessageRepresents a Web service message with MIME attachments.Interfaceorg.springframework.ws.mimeSpring WebService
MockStrategiesHelperHelper class for for loading default implementations of an interface.Classorg.springframework.ws.test.supportSpring WebService
MockValidationCallbackHandlerMock implementation of of callback handler that accepts all password and certificate validation callbacks.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
MockWebServiceClientMain entry point for server-side Web service testing.Classorg.springframework.ws.test.serverSpring WebService
MockWebServiceServerMain entry point for client-side Web service testing.Classorg.springframework.ws.test.clientSpring WebService
MonitoringStrategyDefines the contract for objects that monitor a given folder for new messages.Interfaceorg.springframework.ws.transport.mail.monitorSpring WebService
NamespaceSets up a namespace to be used in an @Endpoint method, class, or package.Classorg.springframework.ws.server.endpoint.annotationSpring WebService
NamespacesSets the namespaces to be used in an @Endpoint method, class, or package.Classorg.springframework.ws.server.endpoint.annotationSpring WebService
NamespaceUtilsHelper class for handling @Namespace annotations.Classorg.springframework.ws.server.endpoint.supportSpring WebService
NodeCallbackHandlerAn interface used by XPathOperations implementations for processing Node objects on a per-node basis.Interfaceorg.springframework.xml.xpathSpring WebService
NodeMapperAn interface used by XPathOperations implementations for mapping Node objects on a per-node basis.Interfaceorg.springframework.xml.xpathSpring WebService
NoEndpointFoundExceptionException thrown when an endpoint cannot be resolved for an incoming message request.Classorg.springframework.wsSpring WebService
NullX509UserCacheCache that doesn't do any caching.Classorg.springframework.ws.soap.security.x509.cacheSpring WebService
PayloadDiffMatcherMatches Source payloads.Classorg.springframework.ws.test.support.matcherSpring WebService
PayloadEndpointDefines the basic contract for Web Services interested in just the message payload.Interfaceorg.springframework.ws.server.endpointSpring WebService
PayloadEndpointAdapterAdapter to use a PayloadEndpoint as the endpoint for a EndpointInvocationChain.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
PayloadLoggingInterceptorSimple EndpointInterceptor that logs the payload of requestand response messages.Classorg.springframework.ws.server.endpoint.interceptorSpring WebService
PayloadMessageCreatorClassorg.springframework.ws.test.support.creatorSpring WebService
PayloadMethodEndpointAdapterAdapter that supports endpoint methods that use marshalling.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
PayloadRootMarks an endpoint method as the handler for an incoming request.Classorg.springframework.ws.server.endpoint.annotationSpring WebService
PayloadRootAnnotationMethodEndpointMappingto request payload root elements.Classorg.springframework.ws.server.endpoint.mappingSpring WebService
PayloadRootQNameEndpointMappingroot element.Classorg.springframework.ws.server.endpoint.mappingSpring WebService
PayloadRootSmartSoapEndpointInterceptorpart (or both) as payload root.Classorg.springframework.ws.soap.server.endpoint.interceptorSpring WebService
PayloadRootUtilsHelper class for determining the root qualified name of a Web Service payload.Classorg.springframework.ws.server.endpoint.supportSpring WebService
PayloadTransformingInterceptorInterceptor that transforms the payload of WebServiceMessages using XSLT stylesheet.Classorg.springframework.ws.server.endpoint.interceptorSpring WebService
PayloadValidatingInterceptorClient-side interceptor that validates the contents of WebServiceMessages using a schema.Classorg.springframework.ws.client.support.interceptorSpring WebService
PayloadValidatingInterceptorInterceptor that validates the contents of WebServiceMessages using a schema.Classorg.springframework.ws.soap.server.endpoint.interceptorSpring WebService
PollingMonitoringStrategyNote that this implementation is not suitable for use with POP3 servers.Classorg.springframework.ws.transport.mail.monitorSpring WebService
Pop3PollingMonitoringStrategyservers.Classorg.springframework.ws.transport.mail.monitorSpring WebService
PortTypesProviderStrategy for adding PortTypes to a Definition.Interfaceorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
PoxMessageDefines the contract for Plain Old XML messages.Interfaceorg.springframework.ws.poxSpring WebService
PoxMessageExceptionSpecific subclass of WebServiceMessageException for Plain Old XML messages.Classorg.springframework.ws.poxSpring WebService
ProviderBasedWsdl4jDefinitionAll providers are optional, indicating that a particular part of the WSDL will not be created.Classorg.springframework.ws.wsdl.wsdl11Spring WebService
QNameEditorPropertyEditor for javax.Classorg.springframework.xml.namespaceSpring WebService
QNameUtilsHelper class for using QName.Classorg.springframework.xml.namespaceSpring WebService
RequestCreatorCreates request messages.Interfaceorg.springframework.ws.test.serverSpring WebService
RequestCreatorsFactory methods for RequestCreator classes.Classorg.springframework.ws.test.serverSpring WebService
RequestMatcherDefines the contract for matching requests to expectations.Interfaceorg.springframework.ws.test.clientSpring WebService
RequestMatchersFactory methods for RequestMatcher classes.Classorg.springframework.ws.test.clientSpring WebService
RequestPayloadAnnotation which indicates that a method parameter should be bound to the request payload.Classorg.springframework.ws.server.endpoint.annotationSpring WebService
RequestXPathExpectationsAllows for setting up expectations on XPath expressions.Interfaceorg.springframework.ws.test.clientSpring WebService
ResourceSourceConvenient subclass of SAXSource that reads from a Spring Resource.Classorg.springframework.xml.transformSpring WebService
ResponseActionsAllows for setting up responses and additional expectations.Interfaceorg.springframework.ws.test.clientSpring WebService
ResponseActionsAllows for setting up expectation about response messages.Interfaceorg.springframework.ws.test.serverSpring WebService
ResponseCreatorAllows for creating up responses.Interfaceorg.springframework.ws.test.clientSpring WebService
ResponseCreatorsFactory methods for ResponseCreator classes.Classorg.springframework.ws.test.clientSpring WebService
ResponseMatcherDefines the contract for matching response messages to expectations.Interfaceorg.springframework.ws.test.serverSpring WebService
ResponseMatchersFactory methods for ResponseMatcher classes.Classorg.springframework.ws.test.serverSpring WebService
ResponsePayloadAnnotation which indicates that a method return value should be bound to the response payload.Classorg.springframework.ws.server.endpoint.annotationSpring WebService
ResponseXPathExpectationsAllows for setting up expectations on XPath expressions.Interfaceorg.springframework.ws.test.serverSpring WebService
SaajAttachmentExceptionClassorg.springframework.ws.soap.saajSpring WebService
SaajContentHandlerSAX ContentHandler that transforms callback calls to the creation of SAAJ Nodes andSince:1.Classorg.springframework.ws.soap.saaj.supportSpring WebService
SaajSoapBodyExceptionClassorg.springframework.ws.soap.saajSpring WebService
SaajSoapElementExceptionClassorg.springframework.ws.soap.saajSpring WebService
SaajSoapEnvelopeExceptionClassorg.springframework.ws.soap.saajSpring WebService
SaajSoapFaultExceptionClassorg.springframework.ws.soap.saajSpring WebService
SaajSoapHeaderExceptionClassorg.springframework.ws.soap.saajSpring WebService
SaajSoapMessageSAAJ-specific implementation of the SoapMessage interface.Classorg.springframework.ws.soap.saajSpring WebService
SaajSoapMessageCreationExceptionClassorg.springframework.ws.soap.saajSpring WebService
SaajSoapMessageExceptionClassorg.springframework.ws.soap.saajSpring WebService
SaajSoapMessageFactorySAAJ-specific implementation of the WebServiceMessageFactory.Classorg.springframework.ws.soap.saajSpring WebService
SaajUtilsCollection of generic utility methods to work with SAAJ.Classorg.springframework.ws.soap.saaj.supportSpring WebService
SaajXmlReaderSAX XMLReader that reads from a SAAJ Node.Classorg.springframework.ws.soap.saaj.supportSpring WebService
SaxUtilsConvenient utility methods for dealing with SAX.Classorg.springframework.xml.saxSpring WebService
SchemaLoaderUtilsConvenient utility methods for loading of Schema objects, performing standard handling of input streams.Classorg.springframework.xml.validationSpring WebService
SchemaValidatingMatcherUses the XmlValidator to validate request payload.Classorg.springframework.ws.test.support.matcherSpring WebService
ServicesProviderStrategy for adding Services to a Definition.Interfaceorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
SimpleActionEndpointMappingAddressing Property to endpoint beans.Classorg.springframework.ws.soap.addressing.serverSpring WebService
SimpleFaultMessageResolverSimple fault resolver that simply throws a WebServiceFaultException when a fault occurs.Classorg.springframework.ws.client.coreSpring WebService
SimpleMethodEndpointMappingSimple subclass of AbstractMethodEndpointMapping that maps from the local name of the request payload tomethods.Classorg.springframework.ws.server.endpoint.mappingSpring WebService
SimpleNamespaceContextSimple javax.Classorg.springframework.xml.namespaceSpring WebService
SimplePasswordValidationCallbackHandlerSimple callback handler that validates passwords against a in-memory Properties object.Classorg.springframework.ws.soap.security.wss4j.callbackSpring WebService
SimplePasswordValidationCallbackHandlerSimple callback handler that validates passwords agains a in-memory Properties object.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
SimpleSoapExceptionResolverSimple, SOAP-specific EndpointExceptionResolverThe fault code is always set to a Server (in SOAP 1.Classorg.springframework.ws.soap.server.endpointSpring WebService
SimpleUsernamePasswordCallbackHandlerSimple callback handler that supplies a username and password to a username token at runtime.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
SimpleWebServiceMessageReceiverObjectSupportBase class for server-side transport objects which have a predefined WebServiceMessageReceiver.Classorg.springframework.ws.transport.supportSpring WebService
SimpleWsdl11DefinitionThe default Wsdl11Definition implementation.Classorg.springframework.ws.wsdl.wsdl11Spring WebService
SimpleXsdSchemaThe default XsdSchema implementation.Classorg.springframework.xml.xsdSpring WebService
SmartEndpointInterceptorExtension of the EndpointInterceptor interface that adds a way todecide whether the interceptor should intercept a given message context.Interfaceorg.springframework.ws.serverSpring WebService
SmartSoapEndpointInterceptorSOAP-specific extension of the SmartEndpointInterceptor interface.Interfaceorg.springframework.ws.soap.serverSpring WebService
Soap11BodySubinterface of SoapBody that exposes SOAP 1.Interfaceorg.springframework.ws.soap.soap11Spring WebService
Soap11FaultSubinterface of SoapFault that exposes SOAP 1.Interfaceorg.springframework.ws.soap.soap11Spring WebService
Soap11HeaderSubinterface of SoapHeader that exposes SOAP 1.Interfaceorg.springframework.ws.soap.soap11Spring WebService
Soap11ProviderBy setting the soapActions property, the SOAP Actions defined in theresulting WSDL can be set.Classorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
Soap12BodySubinterface of SoapBody that exposes SOAP 1.Interfaceorg.springframework.ws.soap.soap12Spring WebService
Soap12FaultSubinterface of SoapFault that exposes SOAP 1.Interfaceorg.springframework.ws.soap.soap12Spring WebService
Soap12HeaderSubinterface of SoapHeader that exposes SOAP 1.Interfaceorg.springframework.ws.soap.soap12Spring WebService
Soap12ProviderBy setting the soapActions property, the SOAP Actions defined in theresulting WSDL can be set.Classorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
SoapActionMarks an endpoint method as the handler for an incoming request.Classorg.springframework.ws.soap.server.endpoint.annotationSpring WebService
SoapActionAnnotationMethodEndpointMappingEndpoints typically have the following form: public class MyEndpoint{Classorg.springframework.ws.soap.server.endpoint.mappingSpring WebService
SoapActionCallbackWebServiceMessageCallback implementation that sets the SOAP Action header on the message.Classorg.springframework.ws.soap.client.coreSpring WebService
SoapActionEndpointMappingbeans.Classorg.springframework.ws.soap.server.endpoint.mappingSpring WebService
SoapActionSmartEndpointInterceptorrequests that have a specified soap action.Classorg.springframework.ws.soap.server.endpoint.interceptorSpring WebService
SoapBodyRepresents the Body element in a SOAP message.Interfaceorg.springframework.ws.soapSpring WebService
SoapBodyExceptionException thrown when a SOAP body could not be accessed.Classorg.springframework.ws.soapSpring WebService
SoapElementThe base interface for all elements that are contained in a SOAP message.Interfaceorg.springframework.ws.soapSpring WebService
SoapElementExceptionException thrown when a SOAP element could not be accessed.Classorg.springframework.ws.soapSpring WebService
SoapEndpointInterceptorSOAP-specific extension of the EndpointInterceptor interface.Interfaceorg.springframework.ws.soap.serverSpring WebService
SoapEndpointInvocationChainSOAP-specific subclass of the EndpointInvocationChain.Classorg.springframework.ws.soap.serverSpring WebService
SoapEndpointMappingSOAP-specific sub-interface of the EndpointMapping.Interfaceorg.springframework.ws.soap.serverSpring WebService
SoapEnvelopeRepresents the Envelope element in a SOAP message.Interfaceorg.springframework.ws.soapSpring WebService
SoapEnvelopeDiffMatcherMatches Source SOAP envelopes.Classorg.springframework.ws.test.support.matcherSpring WebService
SoapEnvelopeExceptionException thrown when a SOAP body could not be accessed.Classorg.springframework.ws.soapSpring WebService
SoapEnvelopeLoggingInterceptorSOAP-specific EndpointInterceptor that logs the complete request and response envelope ofSoapMessage messages.Classorg.springframework.ws.soap.server.endpoint.interceptorSpring WebService
SoapEnvelopeMessageCreatorClassorg.springframework.ws.test.support.creatorSpring WebService
SoapFaultMarks an exception class with the fault elements that should be returned whenever this exception is thrown.Classorg.springframework.ws.soap.server.endpoint.annotationSpring WebService
SoapFaultRepresents the Fault element in the body of a SOAP message.Interfaceorg.springframework.ws.soapSpring WebService
SoapFaultAnnotationExceptionResolverClassorg.springframework.ws.soap.server.endpointSpring WebService
SoapFaultClientExceptionThrown by SoapFaultMessageResolver when the response message has a fault.Classorg.springframework.ws.soap.clientSpring WebService
SoapFaultDefinitionDefines properties for a SOAP Fault.Classorg.springframework.ws.soap.server.endpointSpring WebService
SoapFaultDefinitionEditorPropertyEditor for SoapFaultDefinition objects.Classorg.springframework.ws.soap.server.endpointSpring WebService
SoapFaultDetailRepresents the detail element in a SOAP fault.Interfaceorg.springframework.ws.soapSpring WebService
SoapFaultDetailElementRepresents the content for an individual SOAP detail entry in a SOAP Message.Interfaceorg.springframework.ws.soapSpring WebService
SoapFaultExceptionException thrown when a SOAP fault could not be accessed.Classorg.springframework.ws.soapSpring WebService
SoapFaultMappingExceptionResolverException resolver that allows for mapping exception class names to SOAP Faults.Classorg.springframework.ws.soap.server.endpointSpring WebService
SoapFaultMessageResolverSimple fault resolver that simply throws a SoapFaultClientException when a fault occurs.Classorg.springframework.ws.soap.client.coreSpring WebService
SoapHeaderMarks an endpoint method parameter to be resolved as a single or a list of SoapHeaderElement.Classorg.springframework.ws.soap.server.endpoint.annotationSpring WebService
SoapHeaderRepresents the Header element in a SOAP message.Interfaceorg.springframework.ws.soapSpring WebService
SoapHeaderElementRepresents the contents of an individual SOAP header in the a SOAP message.Interfaceorg.springframework.ws.soapSpring WebService
SoapHeaderElementMethodArgumentResolvermethod parameters must be annotated with SoapHeader to indicate the SOAP header to resolve.Classorg.springframework.ws.soap.server.endpoint.adapter.methodSpring WebService
SoapHeaderExceptionException thrown when a SOAP header could not be accessed.Classorg.springframework.ws.soapSpring WebService
SoapHeaderMatcherMatches SOAP headers.Classorg.springframework.ws.test.support.matcherSpring WebService
SoapMessageRepresents an abstraction for SOAP messages, providing access to a SOAP Envelope.Interfaceorg.springframework.ws.soapSpring WebService
SoapMessageCreationExceptionException thrown when a web service message cannot be created.Classorg.springframework.ws.soapSpring WebService
SoapMessageDispatcherSOAP-specific subclass of the MessageDispatcher.Classorg.springframework.ws.soap.serverSpring WebService
SoapMessageExceptionBase class for all SOAP message exceptions.Classorg.springframework.ws.soapSpring WebService
SoapMessageFactorySub-interface of WebServiceMessageFactory which contains SOAP-specific properties and methods.Interfaceorg.springframework.ws.soapSpring WebService
SoapMethodArgumentResolverClassorg.springframework.ws.soap.server.endpoint.adapter.methodSpring WebService
SoapProviderSOAP 1.Classorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
SoapUtilsContains various utility methods for handling SOAP messages.Classorg.springframework.ws.soap.supportSpring WebService
SoapVersionInterface that defines a specific version of the SOAP specification.Interfaceorg.springframework.ws.soapSpring WebService
SourceAssertionErrorSubclass of AssertionError that also contains a Source for more context.Classorg.springframework.ws.test.supportSpring WebService
SourceExtractorCallback interface for extracting a result object from a Source instance.Interfaceorg.springframework.ws.client.coreSpring WebService
SourcePayloadMethodProcessorClassorg.springframework.ws.server.endpoint.adapter.methodSpring WebService
SpringCertificateValidationCallbackHandlerCallback handler that validates a certificate using an Spring Security AuthenticationManager.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
SpringDigestPasswordValidationCallbackHandlerCallback handler that validates a password digest using an Spring Security UserDetailsService.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
SpringPlainTextPasswordValidationCallbackHandlerCallback handler that validates a certificate uses an Spring Security AuthenticationManager.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
SpringSecurityPasswordValidationCallbackHandlerCallback handler that validates a plain text or digest password using an Spring Security UserDetailsService.Classorg.springframework.ws.soap.security.wss4j.callbackSpring WebService
SpringSecurityUtilsGeneric utility methods for Spring SecuritySince:1.Classorg.springframework.ws.soap.security.supportSpring WebService
SpringUsernamePasswordCallbackHandlerCallback handler that adds username/password information to a mesage using an Spring Security SecurityContext.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
StaxPayloadMethodArgumentResolverClassorg.springframework.ws.server.endpoint.adapter.methodSpring WebService
StreamingPayloadDefines the contract for payloads that can be written directly to a XMLStreamWriter.Interfaceorg.springframework.ws.streamSpring WebService
StreamingWebServiceMessageSub-interface of WebServiceMessage that allows for setting a streaming payload.Interfaceorg.springframework.ws.streamSpring WebService
StringResultConvenient subclass of StreamResult that writes to a StringWriter.Classorg.springframework.xml.transformSpring WebService
StringSourceConvenient subclass of StreamSource that reads from a StringReader.Classorg.springframework.xml.transformSpring WebService
SuffixBasedMessagesProviderClassorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
SuffixBasedPortTypesProviderClassorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
TransformerHelperHelper class for Transformer usage.Classorg.springframework.xml.transformSpring WebService
TransformerObjectSupportConvenient base class for objects that use a Transformer.Classorg.springframework.xml.transformSpring WebService
TransportConstantsDeclares useful transport constants.Interfaceorg.springframework.ws.transportSpring WebService
TransportContextStrategy interface for determining the current WebServiceConnection.Interfaceorg.springframework.ws.transport.contextSpring WebService
TransportContextHolderSimple holder class that associates a TransportContext instance with the current thread.Classorg.springframework.ws.transport.contextSpring WebService
TransportExceptionAbstract base class for exceptions related to the transport layer.Classorg.springframework.ws.transportSpring WebService
TransportInputStreamA TransportInputStream is an input stream with MIME input headers.Classorg.springframework.ws.transportSpring WebService
TransportOutputStreamA TransportOutputStream is an output stream with MIME input headers.Classorg.springframework.ws.transportSpring WebService
TransportUtilsGeneric utility methods for working with Web service transports.Classorg.springframework.ws.transport.supportSpring WebService
TraxUtilsConvenient utility methods for dealing with TrAX.Classorg.springframework.xml.transformSpring WebService
TypesProviderStrategy for adding Types to a Definition.Interfaceorg.springframework.ws.wsdl.wsdl11.providerSpring WebService
UriEndpointMappingendpoint beans.Classorg.springframework.ws.server.endpoint.mappingSpring WebService
UsernameTokenPrincipalCallbackUnderlying security services instantiate and pass a UsernameTokenPrincipalCallback to thehandle method of a CallbackHandler to pass a securityClassorg.springframework.ws.soap.security.wss4j.callbackSpring WebService
UuidMessageIdStrategyis prefixed by urn:uuid:.Classorg.springframework.ws.soap.addressing.messageidSpring WebService
ValidationErrorHandlerSubinterface of ErrorHandler that allows the registered errors to be retrieved.Interfaceorg.springframework.xml.validationSpring WebService
WebServiceAccessorBase class for WebServiceTemplate and other WS-accessing helpers.Classorg.springframework.ws.client.supportSpring WebService
WebServiceClientExceptionException thrown whenever an error occurs on the client-side.Classorg.springframework.ws.clientSpring WebService
WebServiceConnectionRepresents a point-to-point connection that a client can use for sending WebServiceMessage objects directlyA WebServiceConnection can be obtained using a WebServiceMessageSender.Interfaceorg.springframework.ws.transportSpring WebService
WebServiceExceptionRoot of the hierarchy of Web Service exceptions.Classorg.springframework.wsSpring WebService
WebServiceFaultExceptionThrown by SimpleFaultMessageResolver when the response message has a fault.Classorg.springframework.ws.clientSpring WebService
WebServiceGatewaySupportConvenient super class for application classes that need Web service access.Classorg.springframework.ws.client.core.supportSpring WebService
WebServiceIOExceptionException thrown whenever an I/O error occurs on the client-side.Classorg.springframework.ws.clientSpring WebService
WebServiceMessageRepresents a protocol-agnostic XML message.Interfaceorg.springframework.wsSpring WebService
WebServiceMessageCallbackGeneric callback interface for code that operates on a WebServiceMessage.Interfaceorg.springframework.ws.client.coreSpring WebService
WebServiceMessageCreatorDefines the general contract for creating messages used in test scenarios.Interfaceorg.springframework.ws.test.support.creatorSpring WebService
WebServiceMessageDrivenBeanEJB MessageDrivenBean that can be used to handleMessage incoming JMS messages.Classorg.springframework.ws.transport.jmsSpring WebService
WebServiceMessageExceptionBase class for all web service message exceptions.Classorg.springframework.wsSpring WebService
WebServiceMessageExtractorCallback interface for extracting a result object from a WebServiceMessage instance.Interfaceorg.springframework.ws.client.coreSpring WebService
WebServiceMessageFactoryThe WebServiceMessageFactory serves as a factory for WebServiceMessages.Interfaceorg.springframework.wsSpring WebService
WebServiceMessageListenerSpring SessionAwareMessageListener that can be used to handle incoming Message service requests.Classorg.springframework.ws.transport.jmsSpring WebService
WebServiceMessageMatcherDefines the general contract for matching messages to expectations.Interfaceorg.springframework.ws.test.support.matcherSpring WebService
WebServiceMessageReceiverDefines the methods for classes capable of receiving WebServiceMessage instancescoming in on a transport.Interfaceorg.springframework.ws.transportSpring WebService
WebServiceMessageReceiverHandlerAdapterAdapter to use the WebServiceMessageReceiver interface with the generic DispatcherServlet.Classorg.springframework.ws.transport.httpSpring WebService
WebServiceMessageReceiverHttpHandlerHttpHandler that can be used to handle incoming HttpExchange service requests.Classorg.springframework.ws.transport.httpSpring WebService
WebServiceMessageReceiverObjectSupportConvenience base class for server-side transport objects.Classorg.springframework.ws.transport.supportSpring WebService
WebServiceMessageSenderDefines the methods for classes capable of sending and receiving WebServiceMessage instances across aThe WebServiceMessageSender is basically a factory for WebServiceConnection objects.Interfaceorg.springframework.ws.transportSpring WebService
WebServiceOperationsSpecifies a basic set of Web service operations.Interfaceorg.springframework.ws.client.coreSpring WebService
WebServicesNamespaceHandlerNamespaceHandler for the 'web-services' namespace.Classorg.springframework.ws.configSpring WebService
WebServiceTemplateThe central class for client-side Web services.Classorg.springframework.ws.client.coreSpring WebService
WebServiceTransformerExceptionException thrown whenever a transformation error occurs on the client-side.Classorg.springframework.ws.clientSpring WebService
WebServiceTransportExceptionException thrown whenever a transport error occurs on the client-side.Classorg.springframework.ws.clientSpring WebService
WebServiceValidationExceptionException thrown whenever a validation error occurs on the client-side.Classorg.springframework.ws.client.support.interceptorSpring WebService
Wsdl11DefinitionModels a WSDL 1.Interfaceorg.springframework.ws.wsdl.wsdl11Spring WebService
Wsdl11DestinationProviderThe extraction relies on an XPath expression to locate the URI.Classorg.springframework.ws.client.support.destinationSpring WebService
Wsdl4jDefinitionas constructor argument, or set using a property.Classorg.springframework.ws.wsdl.wsdl11Spring WebService
Wsdl4jDefinitionExceptionSubclass of WsdlDefinitionException that wraps WSDLExceptions.Classorg.springframework.ws.wsdl.wsdl11Spring WebService
WsdlDefinitionRepresents an abstraction for WSDL definitions.Interfaceorg.springframework.ws.wsdlSpring WebService
WsdlDefinitionExceptionBase class for all WSDL definition exceptions.Classorg.springframework.ws.wsdlSpring WebService
WsdlDefinitionHandlerAdapterAdapter to use the WsdlDefinition interface with the generic DispatcherServlet.Classorg.springframework.ws.transport.httpSpring WebService
WsdlDefinitionHttpHandlerClassorg.springframework.ws.transport.httpSpring WebService
Wss4jSecurityFaultExceptionWSS4J-specific version of the WsSecurityFaultException.Classorg.springframework.ws.soap.security.wss4jSpring WebService
Wss4jSecurityInterceptorA WS-Security endpoint interceptor based on Apache's WSS4J.Classorg.springframework.ws.soap.security.wss4jSpring WebService
Wss4jSecuritySecurementExceptionWSS4J-specific version of the WsSecuritySecurementException.Classorg.springframework.ws.soap.security.wss4jSpring WebService
Wss4jSecurityValidationExceptionWSS4J-specific version of the WsSecurityValidationException.Classorg.springframework.ws.soap.security.wss4jSpring WebService
WsSecurityExceptionException indicating that something went wrong during WS-Security executions.Classorg.springframework.ws.soap.securitySpring WebService
WsSecurityFaultExceptionException indicating that a WS-Security executions should result in a SOAP Fault.Classorg.springframework.ws.soap.securitySpring WebService
WsSecuritySecurementExceptionException indicating that something went wrong during the securement of a message.Classorg.springframework.ws.soap.securitySpring WebService
WsSecurityValidationExceptionException indicating that something went wrong during the validation of a message.Classorg.springframework.ws.soap.securitySpring WebService
X509AuthenticationProviderProcesses an X.Classorg.springframework.ws.soap.security.x509Spring WebService
X509AuthenticationTokenAuthentication implementation for X.Classorg.springframework.ws.soap.security.x509Spring WebService
X509AuthoritiesPopulatorPopulates the UserDetails associated with the X.Interfaceorg.springframework.ws.soap.security.x509Spring WebService
X509UserCacheProvides a cache of UserDetails objects for theX509AuthenticationProvider.Interfaceorg.springframework.ws.soap.security.x509.cacheSpring WebService
XmlExceptionRoot of the hierarchy of XML exception.Classorg.springframework.xmlSpring WebService
XmlRootElementEndpointMappingJAXB2 XmlRootElement annotation to map methods to request payload root elements.Classorg.springframework.ws.server.endpoint.mapping.jaxbSpring WebService
XmlRootElementPayloadMethodProcessorClassorg.springframework.ws.server.endpoint.adapter.method.jaxbSpring WebService
XmlValidationExceptionException thrown when a validation error occursSince:1.Classorg.springframework.xml.validationSpring WebService
XmlValidatorSimple processor that validates a given Source.Interfaceorg.springframework.xml.validationSpring WebService
XmlValidatorFactoryFactory for XmlValidator objects, being aware of JAXP 1.Classorg.springframework.xml.validationSpring WebService
XmppConnectionFactoryBeanFactory to make XMPPConnection and perform connection and login on the XMPP serverSince:2.Classorg.springframework.ws.transport.xmpp.supportSpring WebService
XmppMessageReceiverServer-side component for receiving XMPP (Jabber) messages.Classorg.springframework.ws.transport.xmppSpring WebService
XmppMessageSenderWebServiceMessageSender implementation that uses XMPP Messages.Classorg.springframework.ws.transport.xmppSpring WebService
XmppReceiverConnectionaccess.Classorg.springframework.ws.transport.xmppSpring WebService
XmppSenderConnectionaccess.Classorg.springframework.ws.transport.xmppSpring WebService
XmppTransportConstantsDeclares XMPP-specific transport constants.Interfaceorg.springframework.ws.transport.xmppSpring WebService
XmppTransportUtilsCollection of utility methods to work with Mail transports.Classorg.springframework.ws.transport.xmpp.supportSpring WebService
XomPayloadMethodProcessorClassorg.springframework.ws.server.endpoint.adapter.method.domSpring WebService
XPathExceptionException thrown when an error occurs during XPath processing.Classorg.springframework.xml.xpathSpring WebService
XPathExpectationsHelperHelper class for dealing with XPath expectations.Classorg.springframework.ws.test.support.matcherSpring WebService
XPathExpressionDefines the contract for a precompiled XPath expression.Interfaceorg.springframework.xml.xpathSpring WebService
XPathExpressionFactoryFactory for compiled XPathExpressions, being aware of JAXP 1.Classorg.springframework.xml.xpathSpring WebService
XPathExpressionFactoryBeanSpring FactoryBean for XPathExpression object.Classorg.springframework.xml.xpathSpring WebService
XPathOperationsInterface that specifies a basic set of XPath operations, implemented by various XPathTemplates.Interfaceorg.springframework.xml.xpathSpring WebService
XPathParamIndicates that a method parameter should be bound to an XPath expression.Classorg.springframework.ws.server.endpoint.annotationSpring WebService
XPathParamAnnotationMethodEndpointAdapterAdapter that supports endpoint methods that use XPath expressions.Classorg.springframework.ws.server.endpoint.adapterSpring WebService
XPathParamMethodArgumentResolverThis resolver supports parameters annotated with @XPathParam that specifies the XPath expressionthat should be bound to that parameter.Classorg.springframework.ws.server.endpoint.adapter.methodSpring WebService
XPathParseExceptionException throws when a XPath expression cannot be parsed.Classorg.springframework.xml.xpathSpring WebService
XPathPayloadEndpointMappingSupports both mapping to bean instances and mapping to bean names: the latter is required for prototype endpoints.Classorg.springframework.ws.server.endpoint.mappingSpring WebService
XsdSchemaRepresents an abstraction for XSD schemas.Interfaceorg.springframework.xml.xsdSpring WebService
XsdSchemaCollectionRepresents an abstraction for a collection of XSD schemas.Interfaceorg.springframework.xml.xsdSpring WebService
XsdSchemaExceptionBase class for all WSDL definition exceptions.Classorg.springframework.xml.xsdSpring WebService
XsdSchemaHandlerAdapterAdapter to use the XsdSchema interface with the generic DispatcherServlet.Classorg.springframework.ws.transport.httpSpring WebService
XwssCallbackHandlerChainRepresents a chain of CallbackHandlers.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
XwsSecurityFaultExceptionXWSS-specific version of the WsSecurityFaultException.Classorg.springframework.ws.soap.security.xwssSpring WebService
XwsSecurityInterceptorWS-Security endpoint interceptor that is based on Sun's XML and Web Services Security package (XWSS).Classorg.springframework.ws.soap.security.xwssSpring WebService
XwsSecuritySecurementExceptionXWSS-specific version of the WsSecuritySecurementException.Classorg.springframework.ws.soap.security.xwssSpring WebService
XwsSecurityValidationExceptionXWSS-specific version of the WsSecurityValidationException.Classorg.springframework.ws.soap.security.xwssSpring WebService